home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TEXTENSIONQFORM / TEXTENSIONQFORM.txt
Encoding:
Text File  |  2002-06-17  |  1.3 KB  |  69 lines

  1. object extensionqform: Textensionqform
  2.   Left = 420
  3.   Top = 283
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Extensions'
  6.   ClientHeight = 226
  7.   ClientWidth = 398
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   inline setextensions1: Tsetextensions
  20.     Left = 8
  21.     Top = 3
  22.     Width = 389
  23.     inherited Label1: TLabel
  24.       Width = 273
  25.     end
  26.     inherited Label2: TLabel
  27.       Left = 0
  28.       Width = 385
  29.     end
  30.   end
  31.   object RxSplitter1: TRxSplitter
  32.     Left = 8
  33.     Top = 184
  34.     Width = 385
  35.     Height = 2
  36.     BevelInner = bvLowered
  37.     BevelOuter = bvNone
  38.     Enabled = False
  39.   end
  40.   object Button1: TButton
  41.     Left = 232
  42.     Top = 192
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 2
  49.   end
  50.   object Button2: TButton
  51.     Left = 312
  52.     Top = 192
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 3
  59.   end
  60.   object CheckBox1: TCheckBox
  61.     Left = 8
  62.     Top = 196
  63.     Width = 201
  64.     Height = 17
  65.     Caption = 'Don'#39't show this dialog again'
  66.     TabOrder = 4
  67.   end
  68. end
  69.